home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.12 Dec 94
/
ThreadedSprocket
/
Interfaces
/
SplashWindow.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-25
|
469 b
|
31 lines
|
[
TEXT/MMCC
]
/*
File: SplashWindow.h
Contains: The splash screen window
Written by: Dave Falkenburg
Copyright: © 1993-94 by Dave Falkenburg, all rights reserved.
Change History (most recent first):
*/
#ifndef _SPLASHWINDOW_
#define _SPLASHWINDOW_
#ifndef _WINDOW_
#include "Window.h"
#endif
class TSplashWindow : public TWindow
{
public:
TSplashWindow();
~TSplashWindow();
virtual WindowPtr MakeNewWindow(WindowPtr behindWindow);
};
#endif